PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setIsFileSelect Method
True if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
In This Topic
    setIsFileSelect Method
    In This Topic
    Sets a value indicating whether the field acts as a file selector.
    Syntax
    public void setIsFileSelect( 
       boolean value
    )

    Parameters

    value
    True if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
    See Also